projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc91fb5
)
(when, unless): Symbol props moved to subr.el.
author
Karl Heuer
<kwzh@gnu.org>
Fri, 14 Mar 1997 17:57:41 +0000
(17:57 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Fri, 14 Mar 1997 17:57:41 +0000
(17:57 +0000)
lisp/emacs-lisp/cl.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/cl.el
b/lisp/emacs-lisp/cl.el
index 90d7b762ad96a560ea7154f1564211c0e5069239..720e56fa439739ec96068bce1d924a2cb4abcad5 100644
(file)
--- a/
lisp/emacs-lisp/cl.el
+++ b/
lisp/emacs-lisp/cl.el
@@
-690,7
+690,6
@@
FUNC is not added if it already appears on the list stored in HOOK."
((function*) nil
(&or symbolp ([&optional 'macro] 'lambda (&rest sexp) &rest form)))
((eval-when) 1 (sexp &rest form))
- ((when unless) 1 (&rest form))
((declare) nil (&rest sexp))
((the) 1 (sexp &rest form))
((case ecase typecase etypecase) 1 (form &rest (sexp &rest form)))